home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / sphigs / sph_dos.lha / dos / sphsrc / sph_errt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-26  |  1.3 KB  |  36 lines

  1. #ifndef ERRTYPES_HAS_BEEN_INCLUDED
  2. #define ERRTYPES_HAS_BEEN_INCLUDED
  3.  
  4. #define ERR_NOT_ENABLED              1
  5. #define ERR_BAD_RECT                  2
  6. #define ERR_STRUCTURE_IS_OPEN                    3
  7. #define ERR_NO_STRUCTURE_IS_OPEN                 4
  8. #define ERR_STRUCTURE_ID                         5
  9. #define ERR_NAME                                 6
  10. #define ERR_VIEW_INDEX                           7
  11. #define ERR_CHANGE_TO_VIEW_0                     8
  12. #define ERR_BAD_SET_ELPTR             9
  13. #define ERR_LABEL_NOT_FOUND            10
  14. #define ERR_NO_ELEMENT_TO_DELETE        11
  15. #define ERR_UNPOST_NONEXTANT_ROOT               12
  16. #define ERR_ALREADY_ENABLED                     13
  17. #define ERR_METHOD                             14
  18. #define ERR_VERTEX_COUNT                        15
  19. #define ERR_EDGE_COUNT                          16
  20. #define ERR_BAD_INPUT_DEVICE                    17
  21. #define ERR_PICK_CORR_WITH_UNSYNCH_DISPLAY    18
  22. #define ERR_PICK_CORR_WITH_WIRE_RAW           19
  23. #define ERR_UNUSEDc                20
  24. #define ERR_UNUSEDd                    21
  25. #define ERR_UNUSEDe                   22
  26. #define ERR_UNUSEDf                    23
  27. #define ERR_UNUSEDg                   24
  28. #define ERR_BAD_VIEWING_PARAMETER               25
  29. #define ERR_BAD_ELEMENT_INDEX_RANGE             26
  30. #define ERR_MAT3_PACKAGE            27
  31. #define ERR_UNUSEDa             28
  32. #define ERR_MALLOC                29
  33. #define ERR_BAD_COLOR_INDEX            30
  34. #define ERR_COLOR_NOT_CHANGEABLE        31
  35. #endif
  36.